home *** CD-ROM | disk | FTP | other *** search
- TABLE OF CONTENTS
-
- sliderclass/--background--
- sliderclass/SLIDER_Level
- sliderclass/SLIDER_Max
- sliderclass/SLIDER_Min
- sliderclass/SLIDER_NoFrame
- sliderclass/SLIDER_ThinFrame
- sliderclass/SLIDER_XenFrame
-
- sliderclass/--background--
-
- NAME
-
- Class: sliderclass
- Superclass: propclass
- Include File: <libraries/bgui.h>
-
- FUNCTION
-
- To provide a gadget similar to the gadtools.library slider kind.
- Objects of this class send out the following attribute pairs in their
- notification events:
-
- GA_ID - Gadget object ID.
- SLIDER_Level - Slider level.
-
- NOTE
-
- This class also supports the PGA_NewLook and PGA_Freedom attributes.
- Please refer to the system "propgclass" documentation for more
- informatiom on these attributes.
-
- Also all frameclass attributes are valid at create time and with
- OM_SET or OM_UPDATE (ISU).
-
- sliderclass/SLIDER_Level
-
- NAME
-
- SLIDER_Level -- ( LONG )
-
- FUNCTION
-
- Set or get the current slider level.
-
- DEFAULT
-
- 0.
-
- APPLICABILITY
-
- (ISGNU).
-
- SEE ALSO
-
- SLIDER_Min, SLIDER_Max
-
- sliderclass/SLIDER_Max
-
- NAME
-
- SLIDER_Max -- ( LONG )
-
- FUNCTION
-
- Set the maximum slider level. Please note that this attribute
- has been made settable since V39 of the library.
-
- DEFAULT
-
- 15.
-
- APPLICABILITY
-
- (ISU).
-
- SEE ALSO
-
- SLIDER_Min, SLIDER_Level
-
- sliderclass/SLIDER_Min
-
- NAME
-
- SLIDER_Min -- ( LONG )
-
- NCTION
-
- Set the minimum slider level. Please note that this attribute
- has been made settable since V39 of the library.
-
- DEFAULT
-
- 0.
-
- APPLICABILITY
-
- (ISU).
-
- SEE ALSO
-
- SLIDER_Max, SLIDER_Level
-
- sliderclass/SLIDER_NoFrame
-
- NAME
-
- SLIDER_NoFrame -- ( BOOL ) ** V40 **
-
- FUNCTION
-
- To create a slider object without a frame around it.
-
- DEFAULT
-
- FALSE.
-
- APPLICABILITY
-
- (ISU).
-
- sliderclass/SLIDER_ThinFrame
-
- NAME
-
- SLIDER_ThinFrame -- ( BOOL )
-
- FUNCTION
-
- To make all slider object framing appear as thin frames. This will
- help you to make an aspect-ratio dependant GUI.
-
- DEFAULT
-
- FALSE.
-
- APPLICABILITY
-
- (I).
-
- sliderclass/SLIDER_XenFrame
-
- NAME
-
- SLIDER_XenFrame -- ( BOOL )
-
- FUNCTION
-
- To make all slider object framing appear as Xen style framing. This
- tag is only useful when you use the default frame type.
-
- DEFAULT
-
- FALSE.
-
- APPLICABILITY
-
- (I).
-
-